home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / frame_3 / PlaceObject2_272_322 / CLIPACTIONRECORD on(keyPress a).as next >
Encoding:
Text File  |  2005-08-04  |  217 b   |  14 lines

  1. on(keyPress "a"){
  2.    if(_root.unlock)
  3.    {
  4.       if(!_root.sheepupgrade1)
  5.       {
  6.          this.gotoAndPlay(3);
  7.       }
  8.       if(_root.sheepupgrade1)
  9.       {
  10.          this.gotoAndPlay(11);
  11.       }
  12.    }
  13. }
  14.